home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TEXEFORM / TEXEFORM.txt
Text File  |  2005-03-06  |  4KB  |  214 lines

  1. object EXEForm: TEXEForm
  2.   Left = 209
  3.   Top = 113
  4.   BorderStyle = bsDialog
  5.   Caption = 'PowerArchiver Self-Extractor'
  6.   ClientHeight = 392
  7.   ClientWidth = 344
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = True
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   OnKeyPress = FormKeyPress
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object UnZIPToL: TLabel
  19.     Left = 8
  20.     Top = 58
  21.     Width = 241
  22.     Height = 15
  23.     AutoSize = False
  24.     Caption = 'Default "UnZip &To" folder:'
  25.     FocusControl = UnZipTo
  26.   end
  27.   object CaptionL: TLabel
  28.     Left = 8
  29.     Top = 154
  30.     Width = 241
  31.     Height = 15
  32.     AutoSize = False
  33.     Caption = 'Ca&ption:'
  34.     FocusControl = ECaption
  35.   end
  36.   object CommandLineL: TLabel
  37.     Left = 8
  38.     Top = 201
  39.     Width = 241
  40.     Height = 15
  41.     AutoSize = False
  42.     Caption = 'Run co&mmand line after extracting:'
  43.     FocusControl = CommandLine
  44.   end
  45.   object Bevel: TBevel
  46.     Left = 8
  47.     Top = 50
  48.     Width = 241
  49.     Height = 9
  50.     ParentShowHint = False
  51.     Shape = bsTopLine
  52.     ShowHint = True
  53.   end
  54.   object ArchiveNameL: TLabel
  55.     Left = 8
  56.     Top = 7
  57.     Width = 241
  58.     Height = 15
  59.     AutoSize = False
  60.     Caption = 'Self-Extractor file &name:'
  61.     FocusControl = ArchiveName
  62.   end
  63.   object Label1: TLabel
  64.     Left = 8
  65.     Top = 106
  66.     Width = 241
  67.     Height = 15
  68.     AutoSize = False
  69.     Caption = 'File co&nflict:'
  70.     FocusControl = ComboBox1
  71.   end
  72.   object GroupBox1: TGroupBox
  73.     Left = 8
  74.     Top = 248
  75.     Width = 241
  76.     Height = 137
  77.     TabOrder = 5
  78.     object CheckBox3: TCheckBox
  79.       Left = 8
  80.       Top = 16
  81.       Width = 225
  82.       Height = 17
  83.       Caption = 'Show &success message when complete'
  84.       Checked = True
  85.       State = cbChecked
  86.       TabOrder = 0
  87.     end
  88.     object AutoRun: TCheckBox
  89.       Left = 8
  90.       Top = 88
  91.       Width = 225
  92.       Height = 17
  93.       Caption = 'Do not prompt user &before extracting'
  94.       TabOrder = 3
  95.     end
  96.     object HideOverwrite: TCheckBox
  97.       Left = 8
  98.       Top = 40
  99.       Width = 225
  100.       Height = 17
  101.       Caption = 'Hide over&write options'
  102.       TabOrder = 1
  103.     end
  104.     object CheckBox1: TCheckBox
  105.       Left = 8
  106.       Top = 64
  107.       Width = 225
  108.       Height = 17
  109.       Caption = 'Hide file &list'
  110.       TabOrder = 2
  111.     end
  112.     object CheckBox2: TCheckBox
  113.       Left = 8
  114.       Top = 112
  115.       Width = 225
  116.       Height = 17
  117.       Caption = '&Delete files after executing command line'
  118.       TabOrder = 4
  119.     end
  120.   end
  121.   object UnZipTo: TComboBox
  122.     Left = 8
  123.     Top = 74
  124.     Width = 241
  125.     Height = 21
  126.     ItemHeight = 13
  127.     TabOrder = 1
  128.     Text = 'UnZipTo'
  129.     Items.Strings = (
  130.       'Current directory'
  131.       'Use TEMP directory'
  132.       'Use Program Files directory')
  133.   end
  134.   object ComboBox1: TComboBox
  135.     Left = 8
  136.     Top = 122
  137.     Width = 241
  138.     Height = 21
  139.     Style = csDropDownList
  140.     ItemHeight = 13
  141.     TabOrder = 2
  142.     Items.Strings = (
  143.       'Overwrite file automatically '
  144.       'Do not overwrite files'
  145.       'Prompt user to overwrite')
  146.   end
  147.   object ArchiveName: TEdit
  148.     Left = 8
  149.     Top = 24
  150.     Width = 209
  151.     Height = 21
  152.     TabOrder = 0
  153.   end
  154.   object ECaption: TEdit
  155.     Left = 8
  156.     Top = 170
  157.     Width = 241
  158.     Height = 21
  159.     TabOrder = 3
  160.   end
  161.   object CommandLine: TEdit
  162.     Left = 8
  163.     Top = 216
  164.     Width = 241
  165.     Height = 21
  166.     TabOrder = 4
  167.     OnChange = CommandLineChange
  168.   end
  169.   object OKButt: TButton
  170.     Left = 264
  171.     Top = 16
  172.     Width = 75
  173.     Height = 25
  174.     Caption = 'OK'
  175.     Default = True
  176.     TabOrder = 6
  177.     OnClick = OKButtClick
  178.   end
  179.   object CancelButt: TButton
  180.     Left = 264
  181.     Top = 48
  182.     Width = 75
  183.     Height = 25
  184.     Caption = '&Cancel'
  185.     TabOrder = 7
  186.     OnClick = CancelButtClick
  187.   end
  188.   object HelpButt: TButton
  189.     Left = 264
  190.     Top = 80
  191.     Width = 75
  192.     Height = 25
  193.     Caption = '&Help'
  194.     TabOrder = 8
  195.     OnClick = HelpButtClick
  196.   end
  197.   object Button1: TButton
  198.     Left = 224
  199.     Top = 24
  200.     Width = 25
  201.     Height = 21
  202.     Caption = '...'
  203.     TabOrder = 9
  204.     OnClick = Button1Click
  205.   end
  206.   object OpenDialog1: TOpenDialog
  207.     Filter = 'Self Extracting Files|*.exe'
  208.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  209.     Title = 'Browse'
  210.     Left = 13
  211.     Top = 30
  212.   end
  213. end
  214.